[]
An observable collection of dependency objects.
public class DependencyObjectCollection<T> : ObservableCollection<T>, IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged where T : DependencyObject
Public Class DependencyObjectCollection(Of T As DependencyObject)
Inherits ObservableCollection(Of T)
Implements IList(Of T), ICollection(Of T), IList, ICollection, IReadOnlyList(Of T), IReadOnlyCollection(Of T), IEnumerable(Of T), IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
| Name | Description |
|---|---|
| T | The type of objects in the collection. Must be derived from DependencyObject. |
| Name | Description |
|---|---|
| DependencyObjectCollection() |
| Name | Description |
|---|---|
| InsertItem(int, T) | Inserts an item into the collection at the specified index. |
| SetItem(int, T) | Replaces the element at the specified index. |